Xbasic

*guid_seqcreate Function

Syntax

C *GUID_SEQCREATE()

Description

Return a new sequetial GUID based on the machines MAC address.

Discussion

Similar to the existing *guid_create() function, but creates the GUIDs in sequential order.

Example

?*guid_create()
= "{c4bc6cbc-d5a8-44a8-aada-3e94cf5e868f}"
?*guid_seqcreate()
= "{ae059bff-51f0-11e3-89bf-f04da23a263b}"